How to Back Up Your WordPress Website: A Step-by-Step Guide

Taking a backup is crucial to protect your WordPress website—but don’t know how to do it? Don’t worry! In this guide, I’ll show you the simplest way to back up your website step by step. Let’s get started!

Manual Backup

The first method we’ll learn is how to take a manual backup of your WordPress website.

Step 1: Install the WPVivid Backup Plugin

  1. Log in to your WordPress admin dashboard.
  2. Go to Plugins > Add New.
  3. Search for WPVivid Backup Plugin, then install and activate it.
  4. After activation, you’ll be redirected to the plugin’s dashboard.

Step 2: Take a Backup

  1. Navigate to the Backup & Restore section in the WPVivid dashboard.
  2. Select the type of backup (e.g., database plus files for a full backup).
  3. Click Backup Now to start the process.
  4. The plugin will create a complete backup of your website, including files and the database.
  5. Once the backup is complete, you’ll see it listed in the Backups section.

Save Backups to Remote Storage

Backing up your website to remote storage ensures an added layer of security. Here’s how:

Step 1: Connect to Remote Storage

  1. Go to the Remote Storage section in WPVivid.
  2. Select your preferred storage option, such as Google Drive, Dropbox, Microsoft OneDrive, or others.
  3. Click Authenticate and sign in to your account.
  4. Allow the necessary permissions and complete the authentication process.
  5. Enter a name to identify the storage and click Add Now.

Step 2: Send Backup to Remote Storage

  1. Return to the Backup & Restore section.
  2. Select Send Backup to Remote Storage and choose your connected storage option.
  3. Click Backup Now to start the process.
  4. Once the backup is complete, you’ll find it stored safely in your remote storage folder, typically named wpvividbackup.

Automated Backups

Setting up automatic backups ensures your website is backed up regularly without manual intervention.

Step 1: Enable Backup Schedule

  1. Go to the Schedule section in WPVivid.
  2. Enable Backup Schedule and choose how often backups should run: 12 hours, daily, weekly, fortnightly, or monthly.
  3. Select the type of backup (e.g., database plus files for a full backup).

Step 2: Choose Storage Location

  • Decide where to store your backups:
    • Local Server: Stored on your hosting server.
    • Remote Storage: Recommended for better security.

Step 3: Set Up a Cron Job (If Needed)

If your website doesn’t receive enough traffic to trigger automatic backups, you can set up a cron job:

  1. Access your web server.
  2. For Hostinger: Go to the Advanced Section > Cron Jobs.
  3. For cPanel: Go to Advanced > Cron Jobs.
  4. Paste the cron job script provided below and set it to run every 5 minutes.
  5. Make sure to replace yourdomain.com with your actual domain name.
wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Restoring a Backup

If something goes wrong, you can restore your website using a backup.

Scenario 1: Access to Admin Dashboard

  1. Go to WPVivid Backup Plugin in your WordPress dashboard.
  2. Locate the backup you want to restore under the Backups section.
  3. Click Restore, confirm, and wait for the process to complete.
  4. Log back in to your admin dashboard and check your restored website.

Scenario 2: No Access to Admin Dashboard

  1. Install a fresh copy of WordPress on your domain.
  2. Reinstall the WPVivid Backup Plugin.
  3. Upload your backup file via the plugin and restore it.

Final Thoughts

Backing up your WordPress website doesn’t have to be complicated. Whether you prefer manual backups, automated schedules, or remote storage solutions, the WPVivid Backup Plugin makes it easy to protect your site.

If you found this guide helpful, share it with others and let us know in the comments if you have any questions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Reading

Category AI Posted on

How to Use Google Gemini API for Free (2025 Guide)

If you're looking to leverage Google's powerful Gemini AI models in your automation workflows without spending a dime, you're in the right place! In this guide, you'll learn how to get a free Gemini API key and connect it with n8n, a popular open-source automation tool. https://youtu.be/prrb0hsfI60 🔑 Step 1: Get Your Free Google Gemini API Key To start using the Gemini API, head over to Google AI Stud…
Continue reading
Category AI Posted on

How to Install n8n Locally on Windows Using Docker (2025 Guide)

N8N is rapidly becoming one of the most powerful open-source workflow automation tools, especially for AI agents and custom automations. Whether you're building complex workflows or just exploring automation tools, installing N8N locally on your Windows PC is a great way to get started. In this step-by-step guide, we’ll show you how to install n8n using Docker in under 3 minutes, even if you’re a beginner. ht…
Continue reading